home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Utilities / macscan_installer.dmg / MacScan Installer.pkg / Contents / Resources / postinstall < prev    next >
Encoding:
Text File  |  2005-12-19  |  310 b   |  16 lines

  1. #!/bin/sh
  2.  
  3.  
  4. FILE_SOURCE="$1/Contents/Resources/.dateFile.plist"
  5. FILE_DEST="~/Library/Preferences/dateFile.plist"
  6.  
  7. #/bin/cp "$FILE_SOURCE" ~/Library/Preferences/dateFile.plist
  8. /bin/cp "$FILE_SOURCE" ~/Library/Preferences/.dateFile.plist
  9.  
  10.  
  11. # Open the installation location folder
  12.  
  13. #open "$2/MacScan 2.0"
  14.  
  15. exit 0
  16.